home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmiSoft
/
Hard
/
drivr
/
ddc_0.72.lha
/
DDC
/
Download libraries
< prev
next >
Wrap
Text File
|
2003-10-10
|
820b
|
31 lines
; Automatic download script for identify.library
; Copyright 2004 by Norman Walter
; This script starts your Webbrowser and downloads the file.
; To use this script, you need openurl.library and a web browser.
; Download openurl.library from:
; http://us.aminet.net/comm/www/OpenURL44.lha
if exists LIBS:openurl.library
version >ENV:identifyversion LIBS:identify.library 37
if WARN
RequestChoice >ENV:rcnum "Download libraries" "This script downloads the needed libraries from the internet." "Continue" "Cancel"
if VAL $rcnum GT 0
openurl http://us.aminet.net/util/libs/IdentifyUsr.lha
endif
else
RequestChoice >NIL: "Download libraries" "$identifyversion already installed" "Ok"
endif
else
RequestChoice >NIL: "Download libraries" "Please install openurl.library" "Ok"
endif